home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Image & Music Effects / click-banner.izs < prev    next >
Text File  |  2005-07-30  |  2KB  |  61 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Click banner enticer script
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Use this script on your advertising banner to increase click thru rate! It randomly chooses from a pool of "motivational" messages to show in the status bar when the surfer moves her mouse over the banner. This script can also be used if you wish to "hide" the URL of the ad banner...
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>img and music effects<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14.  
  15. var entices=new Array()
  16. entices[0]="Click here to support our sponsors!"
  17. entices[1]="Keep this site free! Click here!"
  18. entices[2]="Please visit this banner"
  19. entices[3]="Visit Freewarejava.com for FREE Java applets!"
  20. entices[4]="Please take a second out to visit this sponsor"
  21. entices[5]="Click here!"
  22. //extend this list as desired
  23.  
  24. function generate_entices(toggle){
  25. if (toggle==1)
  26. window.status=entices[Math.round(Math.random()*(entices.length-1))]
  27. else
  28. window.status=''
  29. }
  30. </script>
  31. <a href="http://freewarejava.com" onMouseover="generate_entices(1);return true" onMouseout="generate_entices(0)"><img
  32. src="../../sponsors/jpad4.gif" width="466" height="58" border="0"></a>
  33. <!-- END OF SCRIPT -->
  34. <!/SCRIPT>
  35.  
  36. <!PREVIEW>
  37. <!-- START OF SCRIPT -->
  38.  
  39. var entices=new Array()
  40. entices[0]="Click here to support our sponsors!"
  41. entices[1]="Keep this site free! Click here!"
  42. entices[2]="Please visit this banner"
  43. entices[3]="Visit Freewarejava.com for FREE Java applets!"
  44. entices[4]="Please take a second out to visit this sponsor"
  45. entices[5]="Click here!"
  46. //extend this list as desired
  47.  
  48. function generate_entices(toggle){
  49. if (toggle==1)
  50. window.status=entices[Math.round(Math.random()*(entices.length-1))]
  51. else
  52. window.status=''
  53. }
  54. </script>
  55. <a href="http://freewarejava.com" onMouseover="generate_entices(1);return true" onMouseout="generate_entices(0)"><img
  56. src="../../sponsors/jpad4.gif" width="466" height="58" border="0"></a>
  57.  
  58. <!-- END OF SCRIPT -->
  59. <!/PREVIEW>
  60.  
  61. <!RELATED>NONE<!/RELATED>